From 3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Wed, 11 Oct 2023 23:29:57 -0400 Subject: android: Allow ANDROID_STL --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27bee40db..1108e5ae6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,9 +100,6 @@ endif() if (ANDROID) set(CMAKE_SKIP_INSTALL_RULES ON) - - # Disable standard header inclusion - set(ANDROID_STL "none") endif() if (YUZU_USE_BUNDLED_VCPKG) -- cgit v1.2.3